home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / InsPaneStack.nib / data.classes next >
Text File  |  1994-03-08  |  526b  |  38 lines

  1. InsPane = {
  2.     ACTIONS = {
  3.     sendOk:;
  4.     };
  5.     OUTLETS = {
  6.     selection;
  7.     inspector;
  8.     window;
  9.     colorPanel;
  10.     ourView;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. InsPaneStack = {
  20.     ACTIONS = {
  21.     unMarkAllPages:;
  22.     markAllPages:;
  23.     getCurrentPage:;
  24.     getCurrentPageSize:;
  25.     };
  26.     OUTLETS = {
  27.     markMatrix;
  28.     getCurrentSizeButton;
  29.     getCurrentPageButton;
  30.     statsMatrix;
  31.     protoPageField;
  32.     newPgActMatrix;
  33.     optionsMatrix;
  34.     pgSizeMatrix;
  35.     };
  36.     SUPERCLASS = InsPane;
  37. };
  38.